home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / TWEENER / TWEN / COMTWEN.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  689 b   |  40 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMTwen.r 1.3 1997/04/09 01:19:07 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMTWEN.rsc";
  13.  
  14. resource 'COMP' (144) {
  15.     'twee',
  16.     'COtw',
  17.     "Oscillate 2",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "",
  22.     9
  23. };
  24.  
  25. resource 'PMAP' (144) {
  26.     {    /* array TypeArray: 2 elements */
  27.         /* [1] */
  28.         'NBOS',
  29.         'shrt',
  30.         /* [2] */
  31.         'EXCO',
  32.         'qfix'
  33.     }
  34. };
  35.  
  36. data 'GUID' (144) {
  37.     $"5C96 01A3 7CC3 101C 885F 0402 1C00 7002"            /* \ñ.£|√..à_....p. */
  38.     $"97D5 6B80 FE78 11CE A4F7 0000 E202 D5A5"            /* ó’kIJx.Œ§˜..‚.’• */
  39. };
  40.